home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / dos21pat.arc / 21BUG.BAT next >
DOS Batch File  |  1985-01-28  |  2KB  |  46 lines

  1. :  21BUG.BAT  (c) 1984 - Peter Feldmann, IC Consultants, Box 902
  2. :                        Santa Barbara, CA 93102  (805) 967-7837
  3.  
  4. ECHO OFF
  5. CLS
  6. IF %1 == GO GOTO OKZAP
  7. CLS
  8. ECHO   
  9. ECHO  This batch file will load DOS 2.1 from your disk in drive A:
  10. ECHO  and will correct a bug concerning improper segment register and 
  11. ECHO  stack pointer priorities. You will also need the following files:
  12. ECHO    
  13. ECHO          DOS21-1.ZAP     DOS21-2.ZAP    DOS21-3.ZAP
  14. ECHO   
  15. ECHO  For saftey's sake, this file will NOT write your disk until you
  16. ECHO  have re-entered this command as follows:
  17. ECHO    
  18. ECHO          " 21BUG  GO  <Enter> "
  19. ECHO    
  20. ECHO  This patch was supplied by IBM . . . nevertheless, test it on a
  21. ECHO  copy of your usual boot diskette before doing anything you may
  22. ECHO  regret. . . . .
  23. ECHO     
  24. ECHO  ====REMOVE THE WRITE-PROTECT TAB FROM YOUR SYS DISKETTE AND TYPE
  25. ECHO  ====COMMAND AS SHOWN ABOVE TO BEGIN . . . . . 
  26. ECHO   
  27. GOTO EXIT
  28. :OKZAP
  29. CLS
  30. ECHO    
  31. ECHO **Be sure your diskette is in drive A: w/out write-protect tab, then
  32. PAUSE
  33. DEBUG < DOS21-1.ZAP
  34. DEBUG A:\IBMDOS.COM < DOS21-2.ZAP
  35. DEBUG < DOS21-3.ZAP
  36. ECHO   
  37. ECHO    
  38. ECHO Your system diskette has been successfully patched!
  39. ECHO ---------------------------------------------------
  40. ECHO Courtesy: IC Consultants
  41. ECHO           P.O. Box 902
  42. ECHO           Santa Barbara, CA 93102
  43. GOTO OUT
  44. :EXIT
  45. ECHO  ***Remember to type GO in uppercase to make this file work.***
  46. :OUT